Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the default path TurboCAD uses when it opens files.
C++:
#include "imsigx.h"
HRESULT hr = pObject->get_DefaultFilePath(lcid, &prop1);
HRESULT hr = pObject->put_DefaultFilePath(lcid, prop2);
Visual Basic:
prop1 = object.DefaultFilePath()
object.DefaultFilePath() = prop2
Parts:
lcid |
long |
[in][lcid] |
The locale ID. |
prop1 |
BSTR |
[out][retval] |
The path, as a string. |
prop2 |
BSTR |
[in] |
The path, as a string. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums